home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / join < prev    next >
Text File  |  1991-04-25  |  922b  |  25 lines

  1.                                     JOIN
  2.         Logically links a disk drive to a directory on another drive
  3.                          See also <SUBST> <ASSIGN>
  4.  
  5. COMMAND TYPE: External                  VERSION: 3.1 and up
  6.  
  7. USE:  JOIN [d: d:path]
  8. or    JOIN d: /D
  9.  
  10. d:      specifies the drive to be JOINed to a directory on another drive.
  11. d:path  specifies the directory that the previous drive will be JOINed
  12.         to. The path must specify a root level directory only, and
  13.         must be empty.
  14.  
  15. /D disconnects a previous JOIN on the specified drive.
  16.  
  17. JOIN entered with no parameters will display the drives and
  18. directories that are currently JOINed.  Commands which only make sense
  19. on a physical drive will not work on a JOINed drive (e.g. format,
  20. chkdsk, label)
  21.  
  22. EXAMPLE:  JOIN E: C:\RAMDISK
  23. This will allow a ram disk created as drive E: to be treated as a
  24. subdirectory of the hard drive C:
  25.